# This is the correct place to edit the build version.
# All other places this is stored (eg. compile.h) should be autogenerated.
-export XEN_VERSION = 2
+export XEN_VERSION = 3
export XEN_SUBVERSION = 0
-export XEN_EXTRAVERSION = ""
+export XEN_EXTRAVERSION = "-devel"
export BASEDIR := $(shell pwd)
* This makes sure that old versions of dom0 tools will stop working in a
* well-defined way (rather than crashing the machine, for instance).
*/
-#define DOM0_INTERFACE_VERSION 0xAAAA001A
+#define DOM0_INTERFACE_VERSION 0xAAAA1001
/************************************************************************/